home *** CD-ROM | disk | FTP | other *** search
- if newtitle = TRUE then
- Eval("EraseDisplay(@" ^ title number ^ ")")
- title number = "1121"
- Company = "Spectrum HoloByte"
- title = "Civilization II"
- Price = 49.99
- Demo = false
- Button1 = Windows 95 CD-ROM
- Button2 = false
- Button3 = false
- Button4 = false
- system = "Windows 3.1"
- Title Description = "An enhanced version of the multiple award winning strategy game. Find your
- first city, then nurture the society toward the Space Age. With improved diplomatic system, a
- more realistic combat system, more map customization options and 6th level of difficulty for the
- expert player."
-
-
- -------------------------------------
- dline = ""
- counter = 0
- repeat while dline <> title number
- counter = counter + 1
- dline = GetWord(1, GetLine(titl,counter) )
- test(dline = title number, LineInTitle = counter)
- end repeat
- starttitle = LineInTitle
- num of titles shown = 6
- endtitle = starttitle + num of titles shown - 1
- titles = ""
- title highlight = ""
- repeat with counter = starttitle to endtitle
- nextline = GetLine(titl,counter)
- titles = titles ^ SubStr(nextline, 6, CharCount(nextline)) ^ Return
- title highlight = Test(title number = GetWord(1, nextline), title highlight ^ SubStr(nextline, 6,
- CharCount(nextline)) ^ Return, title highlight ^ Return)
- end repeat
- dpage = CurrentPageID
-
- newtitle = FALSE
- end if